Skip to content

Conversation

vicocamacho
Copy link
Contributor

@vicocamacho vicocamacho commented Jun 4, 2025

Motivation

Closes #3124

This PR adds a --update-server option to the ruby-lsp command to provide users with the ability to easy upgrade the gem's version and automatically use the correct env to perform the upgrade.

Implementation

I leveraged the existing SetupBundler class to pull the correct environment configuration and then I use that to run the bundle update command.

Automated Tests

I added one automated integration test to verify the execution.

Manual Tests

I have run some manual tests in my local machine.

@vicocamacho vicocamacho requested a review from a team as a code owner June 4, 2025 23:38
Copy link

graphite-app bot commented Jun 4, 2025

How to use the Graphite Merge Queue

Add the label graphite-merge to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@vicocamacho
Copy link
Contributor Author

vicocamacho commented Jun 25, 2025

@vinistock would you mind taking a look and verifying that this is doing what the PR is asking?

Copy link
Contributor

This pull request is being marked as stale because there was no activity in the last 2 months

@github-actions github-actions bot added the Stale label Aug 25, 2025
@vinistock vinistock removed the Stale label Aug 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide --update-server command from executable
2 participants